tutorial = {
	index = 5
	title = "TUT_BAS_CHAPTER10_TITLE01"
	desc = "TUT_BAS_CHAPTER10"
	desc = "TUT_BAS_CHAPTER09_TITLE01"
	desc = "TUT_BAS_CHAPTER09"
	buttonText = "TUT_BAS_CHAPTER05_BUTTON"	
	window = "hints_window"	# default window
	moveable = yes
	country = GBR
	save_game = "tutorial_GBR_07.moe"
	
	page = {
		index = 1
		title = "TUT_BAS_CHAPTER10_TITLE01" #Overview
		text = "TUT_BAS_CHAPTER10_DESC01"
		sprite = "GFX_tutorial_overview_view"
		text = "TUT_BAS_CHAPTER10_PAGE01"
		
		window = "hints_window"
		position = {
			x = 400 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_1"
			position = {
				x = 130
				y = 80
			}
			orientation = "UPPER_LEFT"
		}
		
		effect = { #This page's effects on the world
			goto = 74 #London
			pauseable = no
			pause = yes
			close_window = "all"
			clr_country_flag = taken_tutorial_gbr_flag
			set_country_flag = tutorial_gbr_flag
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			open_window = "overviewview"
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 2
		title = "TUT_BAS_CHAPTER10_TITLE02" #Overview continued
		text = "TUT_BAS_CHAPTER10_DESC02"
		text = "TUT_BAS_CHAPTER10_PAGE02"
		
		window = "hints_window"
		position = {
			x = 600 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_2" #Decision
			position = {
				x = 250
				y = 265
			}
			orientation = "UPPER_LEFT"
		}
		
		effect = { #This page's effects on the world
			goto = 74 #London
			pauseable = no
			pause = yes
			open_window = "overviewview"
			keep_window_open = yes
		}
		
		trigger = {
			has_country_flag = taken_tutorial_gbr_flag
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 3
		title = "TUT_BAS_CHAPTER10_TITLE03" #Victory Conditions
		text = "TUT_BAS_CHAPTER10_DESC03"
		sprite = "GFX_tutorial_victory_conditions_view"
		text = "TUT_BAS_CHAPTER10_PAGE03"
		
		window = "hints_window"
		position = {
			x = 600 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_1"
			position = {
				x = 180
				y = 80
			}
			orientation = "UPPER_LEFT"
		}
		
		effect = { #This page's effects on the world
			goto = 74 #London
			pauseable = no
			pause = yes
			close_window = "all"
			clr_country_flag = tutorial_gbr_flag
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			open_window = "victoryview"
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}		
	}
	page = {
		index = 4
		title = "TUT_BAS_CHAPTER10_TITLE03" #Victory Conditions
		text = "TUT_BAS_CHAPTER10_DESC04"
		text = "TUT_BAS_CHAPTER10_PAGE04"
		
		window = "hints_window"
		position = {
			x = 600 
			y = 200 
		}
		
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			goto = 74 #London
			pauseable = no
			pause = yes
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "CONTINUE"
			action = "continue"
			tooltip = "TUT_BAS_CONTINUE_TOOLTIP"
			position = {
				x = 0
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}

	#Used to be Chapter 9: 	
	page = {
		index = 5
		title = "TUT_BAS_CHAPTER09_TITLE01" #War Subsidies
		text = "TUT_BAS_CHAPTER09_DESC01"
		text = "TUT_BAS_CHAPTER09_PAGE01"
	
		window = "hints_window"
		position = {
			x = 400 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_1"
			position = {
				x = 400
				y = 80
			}
			orientation = "UPPER_LEFT"
		}
		
		effect = { #This page's effects on the world
			diplomats = 10
			goto = 74 #London
			PRU = {
				war = RUS
			}
		}
		
		trigger = {
			open_window = "diplomacyview"
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 6
		title = "TUT_BAS_CHAPTER09_TITLE02" #War Subsidies
		text = "TUT_BAS_CHAPTER09_DESC02"
		text = "TUT_BAS_CHAPTER09_PAGE02"
		
		window = "hints_window"
		position = {
			x = -520
			y = -500 
		}
		orientation = "LOWER_RIGHT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_2"
			position = {
				x = 140
				y = -400
			}
			orientation = "LOWER_LEFT"
		}
		
		effect = { #This page's effects on the world
			goto = 74 #London
			open_window = "diplomacyview"
			keep_window_open = yes
			#close_window = "all"
			#keep_window_closed = yes
			pauseable = no
			pause = yes
		}

		trigger = {  #Conditions that will take you to the next page if fulfilled
			GBR = {
				warsubsidy = PRU
			}
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 7
		title = "TUT_BAS_CHAPTER09_TITLE02" #War Subsidies
		text = "TUT_BAS_CHAPTER09_DESC03"
		text = "TUT_BAS_CHAPTER09_PAGE03"
		
		window = "hints_window"
		position = {
			x = 400 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			goto = 74 #London
			open_window = "diplomacyview"
			close_window = "all"
			keep_window_closed = yes
			pauseable = no
			pause = yes
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "CONTINUE"
			action = "continue"
			tooltip = "TUT_BAS_CONTINUE_TOOLTIP"
			position = {
				x = 0
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 8
		title = "TUT_BAS_CHAPTER09_TITLE04" #Send Expeditionary Force
		text = "TUT_BAS_CHAPTER09_DESC04"
		text = "TUT_BAS_CHAPTER09_PAGE04"
		
		window = "hints_window"
		position = {
			x = 400 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			goto = 74 #London
			pauseable = no
			pause = yes
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "CONTINUE"
			action = "continue"
			tooltip = "TUT_BAS_CONTINUE_TOOLTIP"
			position = {
				x = 0
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 9
		title = "TUT_BAS_CHAPTER09_TITLE05" #Expeditionary forces sent
		text = "TUT_BAS_CHAPTER09_DESC05"
		text = "TUT_BAS_CHAPTER09_PAGE05"
		
		window = "hints_window"
		position = {
			x = 400 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			goto = 74 #London
			pauseable = no
			pause = yes
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "CONTINUE"
			action = "continue"
			tooltip = "TUT_BAS_CONTINUE_TOOLTIP"
			position = {
				x = 0
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	
	page = {
		index = 10
		title = "TUT_BAS_CHAPTER07_TITLE05" #Declare War
		text = "TUT_BAS_CHAPTER07_DESC05"
		text = "TUT_BAS_CHAPTER07_PAGE05"
		
		window = "hints_window"
		position = {
			x = 600 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_1"
			position = {
				x = 400
				y = 80
			}
			orientation = "UPPER_LEFT"
		}
		
		effect = { #This page's effects on the world
			diplomats = 10
			goto = 74 #London
			pauseable = no
			pause = yes
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			war_with = NED
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
}